home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / access / tup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  314 b   |  15 lines

  1. /*
  2.  * tup.h --
  3.  *    POSTGRES tuple structure definitions.
  4.  *
  5.  * Identification:
  6.  *    $Header: /private/postgres/src/lib/H/access/RCS/tup.h,v 1.5 1990/08/17 08:51:14 cimarron Exp $
  7.  */
  8.  
  9. #ifndef    TupIncluded    /* Include this file only once. */
  10. #define TupIncluded    1
  11.  
  12. #include "tmp/c.h"
  13.  
  14. #endif    /* !defined(TupIncluded) */
  15.